import { DiError } from '../error.js';
export declare class SerialiseError extends DiError {
    constructor(format: string, path: string);
}
export declare class DeserialiseError extends DiError {
    constructor(format: string, path: string);
}
//# sourceMappingURL=format.d.ts.map