/**
 * This non-retriable error is thrown when the system cannot detect the target
 * shard to work with (e.g. a null ID or a missing field or something else).
 */
export declare class ShardError extends Error {
    constructor(message: string, where?: string);
}
//# sourceMappingURL=ShardError.d.ts.map