import { Class, Keyword, Subtype, Type } from "@flesh-and-blood/types";
export declare const shorthands: {
    description: string;
    expanded: string[];
    filters: {
        defenseGreaterThanOrEqualTo?: number;
        functionalText?: string;
        keywords?: Keyword[];
        notClass?: Class[];
        powerGreaterThanOrEqualTo?: number;
        subtypes?: Subtype[];
        types?: Type[];
    };
    helper?: string;
    isCardProperty: boolean;
    shorthands: string[];
}[];
export declare const multiWordShorthands: {
    shorthands: string[];
    description: string;
    expanded: string[];
    filters: {
        defenseGreaterThanOrEqualTo?: number;
        functionalText?: string;
        keywords?: Keyword[];
        notClass?: Class[];
        powerGreaterThanOrEqualTo?: number;
        subtypes?: Subtype[];
        types?: Type[];
    };
    helper?: string;
    isCardProperty: boolean;
}[];
export declare const singleWordShorthands: {
    shorthands: string[];
    description: string;
    expanded: string[];
    filters: {
        defenseGreaterThanOrEqualTo?: number;
        functionalText?: string;
        keywords?: Keyword[];
        notClass?: Class[];
        powerGreaterThanOrEqualTo?: number;
        subtypes?: Subtype[];
        types?: Type[];
    };
    helper?: string;
    isCardProperty: boolean;
}[];
