/**
 * @fileoverview prefer to use promisify
 */
export declare const preferWxPromisify: {
    meta: {
        type: string;
        docs: {
            description: string;
            category: string;
            recommended: boolean;
            url: string;
        };
        schema: never[];
    };
    create(context: any): {
        Property(node: any): void;
    };
};
