import { IDictionary } from "common-types"; import { Model } from "../models/Model"; export declare function normalized(...args: string[]): string[]; export declare function slashNotation(...args: string[]): string; export declare function firstKey(thingy: T): string; export declare function dotNotation(...args: string[]): string; export declare function withoutMetaOrPrivate(model: T): T; export declare function capitalize(str: string): string; export declare function lowercase(str: string): string; export declare function stripLeadingSlash(str: string): string;