export declare function resolveHomeDir(env: Record): string; export declare function resolveUserPathWithHome(input: string, home?: string): string; export declare function resolveGatewayStateDir(env: Record): string;