/**
 * This error indicates that promptbook operation is not allowed
 *
 * @public exported from `@promptbook/core`
 */
export declare class NotAllowed extends Error {
    readonly name = "NotAllowed";
    constructor(message: string);
}
