export default interface RemoteFindOptions {
    readonly limit?: number;
    readonly projection?: object;
    readonly sort?: object;
}
