export default function timingFunction(data: string, custom: {
    [key: string]: {
        [key: string]: string;
    };
}): string | undefined;
