export declare const getHost: (builderConfig: any) => string; export declare const getUsername: (builderConfig: any) => string; export declare const getPassword: (builderConfig: any) => string; export declare const getRemotePath: (builderConfig: any) => string; export declare const getPrivateKey: (builderConfig: any) => string; export declare const getPostDeployCommand: (builderConfig: any) => string;