export declare const lowerCaseFirst: (value: string, options?: import("@neo-one/utils").CamelOptions | undefined) => string;
