import { GraphQLError } from 'graphql';
export declare class LedgerLockError extends GraphQLError {
    constructor();
}
