export declare class SerwistConfigError extends Error {
    constructor({ moduleName, message }: {
        moduleName?: string;
        message?: string;
    });
}
//# sourceMappingURL=serwistConfigError.d.ts.map