export declare const enum At {
    start = "start",
    end = "end",
    anywhere = "anywhere",
}
