/** * All prepositions * @internal */ export declare const all: string[]; /** * Prepositions shorter than 5 characters * @internal */ export declare const short: string[]; export default all;