export declare const isset: (input: any, _def?: any) => boolean; export declare const getDefault: (input: any, def?: any) => any;