export declare class PascalCase {
    transform(text: string): string;
}
