export declare const GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision: {
    readonly Microsecond: "MICROSECOND";
    readonly Millisecond: "MILLISECOND";
};
/**
 * The precision for the time and date that the stream was created.
 */
export type GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision = (typeof GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision)[keyof typeof GlobalTableKinesisStreamSpecificationApproximateCreationDateTimePrecision];
export declare const TableKinesisStreamSpecificationApproximateCreationDateTimePrecision: {
    readonly Microsecond: "MICROSECOND";
    readonly Millisecond: "MILLISECOND";
};
/**
 * The precision for the time and date that the stream was created.
 */
export type TableKinesisStreamSpecificationApproximateCreationDateTimePrecision = (typeof TableKinesisStreamSpecificationApproximateCreationDateTimePrecision)[keyof typeof TableKinesisStreamSpecificationApproximateCreationDateTimePrecision];
