export declare const ND: (input: number | null | undefined) => number; export declare const SD: (input: string | null | undefined) => string;