declare const helper: {
    expectAccessControlError(fn: any, errMsg?: string | undefined): void;
};
export { helper };
