export declare const GiphyRating: {
    readonly G: "g";
    readonly PG: "pg";
    readonly PG13: "pg-13";
    readonly R: "r";
    readonly Unrated: "unrated";
    readonly Y: "y";
};
export type GiphyRating = (typeof GiphyRating)[keyof typeof GiphyRating];
//# sourceMappingURL=giphyRating.d.ts.map