export default interface RemoteCountOptions {
    readonly limit?: number;
}
