export declare const getInputIdOrName: (attribute: string | [string, string], range: boolean, position?: "start" | "end") => string;
export declare const getLocalDateFromString: (string: string, locale: string, time?: boolean) => Date | undefined;
