export declare const dasherizeTitle: (title: string) => string;
export declare const isStringArray: (value: unknown) => value is string[];
