type ContainerOptionsFormat = (string | Record)[] | Record; export declare const parseOptions: (options: ContainerOptionsFormat, normalizeSimple: (a: string | string[], b: string) => R, normalizeOptions: (a: T, b: string) => R) => [string, R][]; export {};