export default function orderBy(property: any, direction: any): this; export default class orderBy { constructor(property: any, direction: any); orderByProperty: string | undefined; orderByDirection: any; }