import { ShorthandProperties } from "./types";
export declare const allProperties: {
    property: string;
    url: string;
    status: string;
    title: string;
}[];
export declare const shortHandProperties: ShorthandProperties;
