/**
 * Farcaster API V2
 * The Farcaster API allows you to interact with the Farcaster protocol. See the [Neynar docs](https://docs.neynar.com/reference) for more details.
 *
 * The version of the OpenAPI document: 2.26.1
 * Contact: team@neynar.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
 * https://openapi-generator.tech
 * Do not edit the class manually.
 */
/**
 *
 * @export
 * @enum {string}
 */
export declare const ValidateFrameAggregateWindow: {
    readonly _10s: "10s";
    readonly _1m: "1m";
    readonly _2m: "2m";
    readonly _5m: "5m";
    readonly _10m: "10m";
    readonly _20m: "20m";
    readonly _30m: "30m";
    readonly _2h: "2h";
    readonly _12h: "12h";
    readonly _1d: "1d";
    readonly _7d: "7d";
};
export type ValidateFrameAggregateWindow = typeof ValidateFrameAggregateWindow[keyof typeof ValidateFrameAggregateWindow];
