import { Pulse } from '.';
export type SortMethod = (query: any) => Pulse;
export declare const sort: SortMethod;
