export declare function spliceIntoPosition(cron: string, position: number, char: string | number): string;
