export declare const __notationUnsnake: (props: {
    plain: (str: string) => string;
    snake: (str: string, index: number) => string;
}) => (str: string) => string;
