export declare function toInteger(source?: number | string | null, defaultValue?: number, floorValue?: boolean): number | undefined;
