/**
 * @fileoverview Disallow the use of wx.xxSync API
 */
export declare const isSyncApi: (propertyName: string) => boolean | "";
export declare const noWxSyncApi: {
    meta: {
        type: string;
        docs: {
            description: string;
            category: string;
            recommended: boolean;
            url: string;
        };
        schema: never[];
    };
    create(context: any): {
        MemberExpression(node: any): void;
    };
};
