export interface SnapshotConfiguration {
    widths: number[];
    'percy-css': string;
    'min-height': number;
    'enable-javascript'?: boolean;
}
