import * as ts from 'typescript';
export declare class AmplifyHelperTransformer {
    private static readonly CATEGORY_MAP;
    private static readonly ATTRIBUTE_MAP;
    static transform(sourceFile: ts.SourceFile, projectName?: string): ts.SourceFile;
    static addBranchNameVariable(sourceFile: ts.SourceFile, projectName?: string): ts.SourceFile;
    private static getPropertyAccessChain;
    private static createPropertyAccessFromString;
}
//# sourceMappingURL=amplify-helper-transformer.d.ts.map