declare type Params = { homeFlag?: string; }; export declare function resolveHomeOption({ homeFlag }: Params): string; export {};