export declare const at: (index: number) => (string: string) => string | undefined;
