export declare const startCase: (str: string) => string; export declare const isEmpty: (obj: string) => boolean; export declare const pregQuote: (str: string) => string; export declare const match: (str: string, wildcard: string) => RegExpMatchArray;