export class CustomerNotFound extends Failure { /** * @param {import('./types.js').AccountDID} accountDID */ constructor(accountDID: import("./types.js").AccountDID); accountDID: `did:mailto:${string}`; /** * @type {'CustomerNotFound'} */ get name(): "CustomerNotFound"; } export class CustomerExists extends Failure { /** * @param {import('./types.js').AccountDID} accountDID */ constructor(accountDID: import("./types.js").AccountDID); accountDID: `did:mailto:${string}`; /** * @type {'CustomerExists'} */ get name(): "CustomerExists"; } export function createService(context: Types.PlanServiceContext): Types.Service["plan"]; import { Failure } from '@ucanto/server'; import * as Types from './types.js'; //# sourceMappingURL=plan.d.ts.map