export declare function normalizeScpRemoteHost(value: string | null | undefined): string | undefined; export declare function isSafeScpRemoteHost(value: string | null | undefined): boolean; export declare function normalizeScpRemotePath(value: string | null | undefined): string | undefined; export declare function isSafeScpRemotePath(value: string | null | undefined): boolean;