import { RemoteError } from './remote-error'; export declare class ProcedureNotFoundError extends RemoteError { procedureName: string; constructor(state: Partial); } //# sourceMappingURL=procedure-not-found-error.d.ts.map